home *** CD-ROM | disk | FTP | other *** search
/ Super CD / Super CD.iso / kids / shaps / install.bat < prev    next >
DOS Batch File  |  1988-07-26  |  2KB  |  63 lines

  1. Echo Off
  2. Echo (C)Copyright First Byte Corporation  1988
  3. Echo - - - - -     
  4. Echo Thank you for purchasing this First Byte product.  This installation
  5. Echo procedure will configure the product to your particular machine
  6. Echo environment.  You need only install one time unless you purchase a new
  7. Echo computer, graphics card, or speech accessory.
  8. Echo - - - - -
  9. Echo PLEASE MAKE SURE YOU HAVE BACKED UP YOUR DISKS BEFORE PROCEEDING!!
  10. Echo - - - - -
  11. Echo (Hit Ctrl-C to stop installation)
  12. Echo - - - - -
  13. pause
  14. Echo - - - - - 
  15. Echo Do you have an external Speech Accessory unit,  such as:
  16. Echo     Echo Card (PC+, MC, or 1000)
  17. Echo     HearSay 100 or 500
  18. Echo     Covox 'Speech Thing'
  19. Echo (if you have an IBM Speech Adaptor card answer NO)
  20. Echo - - - - -
  21. What C "    Yes or No (y/n) " YN~
  22. Echo -
  23. Echo - - - - -
  24. IF %What%==N Goto NoDac
  25. Echo If you have a HearSay or Covox, you must have the
  26. Echo speech attachment plugged into your parallel printer port.
  27. Echo If you have a parallel printer, you can plug its cable into the rear of
  28. Echo the speech attachment.  If, after having plugged the speech attachment into
  29. Echo your parallel printer plug, you do not hear any speech when using the product,
  30. Echo you may have multiple parallel printer cards in your computer.  If this is
  31. Echo the case, try plugging the speech attachment into one of the other parallel
  32. Echo printer plugs (the speech will be heard only when the speech attachment is
  33. Echo plugged into the 'LPT1' parallel printer device).
  34. Echo Copying speech ...    
  35. copy DacBE.EXE speech.exe
  36. pause
  37. Goto Continue
  38. :NoDac
  39. GetSpeed
  40. IF ErrorLevel 119 GOTO AT8
  41. IF ErrorLevel 73  GOTO AT6
  42. GOTO TandWRAM
  43. :AT8
  44. :AT6
  45. Echo You will be listening to the product without the assistance of a speech
  46. Echo accessory.  Try plugging headphones or an amplifier into the audio jack
  47. Echo if you have one.  If you have a volume control, make sure it is set to
  48. Echo maximum volume.
  49. Echo Copying speech ...    
  50. copy AT6.EXE speech.exe
  51. GOTO Continue
  52. :TandWRAM
  53. Echo Copying Tandy speech module ...
  54. copy TndWRAM.EXE speech.exe
  55. :Continue
  56. Echo The installation has been completed.  The product is now ready for operation.
  57. Echo To install on your Hard Disk, type HDINSTALL and press ENTER.
  58. Echo - - - - 
  59. Echo To run this product, Please type RUN and press ENTER.
  60. Echo - - - - 
  61. :ABORT
  62.  
  63.